home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / bison.src < prev    next >
Text File  |  1998-03-23  |  693b  |  20 lines

  1. @@@STARTPACK(bison;GNU Project parser generator)
  2.  
  3. <P>
  4. Bison is a parser generator in the  style  of  yacc(1).   It
  5. should  be upwardly compatible with input files designed for yacc.
  6.  
  7. Input files should follow the yacc convention of  ending  in
  8. .y.   Unlike  yacc,  the  generated  files do not have fixed
  9. names, but instead use the prefix of the  input  file.   For
  10. instance,  a  grammar  description  file named parse.y would
  11. produce the generated parser in a  file  named  parse.tab.c,
  12. instead of yacc's y.tab.c.
  13. </P>
  14.  
  15. @@@UW2DIST(http://www.sco.com/skunkware/uw7/devtools/)
  16. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/devtools/bison/)
  17. @@@SOURCE(ftp://prep.ai.mit.edu/pub/gnu/)
  18. @@@ENDPACK
  19.  
  20.